Skip to main content
Version: 12.10.0

Get AOK Feature Mapping API

This API will get the Feature Mapping Information for the AOK

  • Request Type : GET
  • End Point URL : /v1/getAOkConfigs
  • Authorization : basic_auth

Parameters :

ParameterDescription
aokidAOK id is the AOK specefic unique id. It will filter the content and get the AOK specefic data.
  • Sample URL : http://site_url/v1/getAOkConfigs?aokid=aoknw
  • Response Success Code : 200 OK
  • Sample Response
[
{
"AoKid": "aoknw",
"featurelist": "AOK Selection,Clarimedis,Consent management,Doctor search,Eventcalendar NW,Healthcourse NW,Login,Meine -anleigen,Motivation,Scalable Navigation,Vorsorgekompass",
"aokConfigurations": [
{
"beta": true,
"isAdditionalDataProtectionRequired": true,
"aokId": "aoknw",
"aokName": "AOK NordWest",
"aokDescription": "Nutzt Du bereits das Onlineportal “Meine AOK” unter meine.aok.de oder die Meine AOK App?",
"isPushAvailable": false,
"aokTermsLink": "https://dev-cms.navida-cloud.plus.aok.de/de/sites/aoknw-terms-of-use",
"aokDataPrivacyLink": "https://dev-cms.navida-cloud.plus.aok.de/sites/aoknw-privacy-policy",
"login": [
{
"title_key": "plus_login_login_title",
"url": "https://dev-ey.navida-cloud.plus.aok.de//oauthbroker/module.php/oauth2/authorize.php",
"revoke_refresh_token_url": "https://dev-ey.navida-cloud.plus.aok.de//oauthbroker/module.php/oauthbroker/api/revoke-refresh-token.php",
"access_token_url": "https://dev-ey.navida-cloud.plus.aok.de/oauthbroker/module.php/oauth2/access_token.php",
"revoke_access_token_url": "https://dev-ey.navida-cloud.plus.aok.de/oauthbroker/module.php/oauthbroker/api/revoke-access-token.php",
"symptom_check_token_url": "https://dev-ey.navida-cloud.plus.aok.de/oauthbroker/module.php/oauthbroker/api/trust-token.php",
"client_id": "_35cc5140d40a750504f538938abb1f61504b6ac416",
"redirect_uri": "http://aokga.auth/redirect",
"scope": "basic",
"format": "json",
"response_type": "code",
"session_duration_minutes": "",
"biometry_reinitialization_count": ""
}
],
"aokRegistrationLink": "https://nordwest.meine.aok.de/site/register",
"aokFAQLink": "https://www.aok.de/pk/versichertenservice/app-navida-support/"
}
]
}
]